To enable Single-Sign-On with Microsoft Azure, we need:
The customer has to create a Azure AD App with these settings:
This will generate the required client with its ID and secret.
The configuration happens in our .env.local file:
OAUTH_ENABLED=true
OAUTH_AZURE_ENABLED=trueOAUTH_AZURE_CLIENT_ID={Client ID}OAUTH_AZURE_CLIENT_SECRET={Client Secret}
If you still can't find an answer to what you're looking for, or you have a specific question, open a new ticket and we'd be happy to help!
Contact Us